High Availability

aws/concept

💡 Definition

High Availability (HA) refers to systems that are designed to operate continuously without failure for a long time. It ensures that an application or service remains accessible and operational even if components fail.

🔑 Key Concepts

⚙️ How it Works

In AWS, HA is achieved by deploying applications across multiple AZs within a Region. If one AZ experiences an outage, the application continues to run in other healthy AZs. Services like RDS Multi-AZ, Auto Scaling, and Load Balancers are key to building highly available architectures.

🎯 Use Cases

💰 Pricing Model

📝 Exam Tips (CLF-C02)


See Also: * Fault Tolerance * AZ * Load Balancer * Auto Scaling